home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-12
/
(Vol E-12) May 21 2012.iso
/
Animations
/
dj
/
dj.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
StreamingMediaConstants.as
< prev
next >
Wrap
Text File
|
2012-05-21
|
391b
|
14 lines
class mx.controls.streamingmedia.StreamingMediaConstants
{
static var FLV_MEDIA_TYPE = "FLV";
static var MP3_MEDIA_TYPE = "MP3";
static var PLAY_PLAY_CONTROL = "play";
static var PAUSE_PLAY_CONTROL = "pause";
static var DEFAULT_VOLUME = 75;
static var SCRUBBING = true;
static var DISABLE_FLV_TOEND = true;
function StreamingMediaConstants()
{
}
}